* md5.c (md5_process_bytes): Use sizeof, not __alignof__.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 12 Feb 2011 22:36:22 +0000 (14:36 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 12 Feb 2011 22:36:22 +0000 (14:36 -0800)
commit5a940d86936e11047b280f05e7330e3f01bb9e25
tree76695981d4ed5b4b9295328d5e119c3e7917b119
parent1fdf7d9d668229dd31581eff0a0d28d28f200b9b
* md5.c (md5_process_bytes): Use sizeof, not __alignof__.

The difference doesn't matter here, in practice, and sizeof is
more portable to non-GCC compilers.  Also, this makes the code
match the already-existing comment.
src/ChangeLog
src/md5.c